Current File : /var/www/vinorea/var/cache/dev/ContainerMdyrIbF/getPrestashop_Core_ExchangeRate_ProviderService.php |
<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'prestashop.core.exchange_rate.provider' shared service.
return $this->services['prestashop.core.exchange_rate.provider'] = new \PrestaShop\PrestaShop\Core\Currency\ExchangeRateProvider('http://api.prestashop.com/xml/currencies.xml', ($this->services['PrestaShop\\PrestaShop\\Adapter\\Currency\\CurrencyDataProvider'] ?? $this->getCurrencyDataProviderService())->getDefaultCurrencyIsoCode(), ($this->services['prestashop.core.currency.exchange_rate.circuit_breaker'] ?? $this->load('getPrestashop_Core_Currency_ExchangeRate_CircuitBreakerService.php')), ($this->services['cache.app'] ?? $this->getCache_AppService()));